home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / bitgame.dir / 00091.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  142 b   |  8 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(36, 78, 81)
  3.   if pressedBtn = 1 then
  4.     set the volume of sound 2 to 255
  5.     quit()
  6.   end if
  7. end
  8.